home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETRAST.IN_ / netrast.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  5.8 KB  |  165 lines

  1. ; NETRAST.INX -- RAS Transports
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4.  
  5. [Version]
  6. Signature   = "$Windows NT$"
  7. Class       = NetTrans
  8. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. LayoutFile  = layout.inf
  11. DriverVer=10/01/2002,5.2.3790.0
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect = MS_L2TP,MS_NdisWan,MS_PPTP,MS_Wanarp,MS_PPPOE
  15.  
  16. [Manufacturer]
  17. %Msft% = Msft
  18.  
  19. [Msft]
  20. %L2tp-DispName%             = Ndi-L2tpProtocol,     "MS_L2TP"
  21. %NdisWan-DispName%          = Ndi-NdisWan,          "MS_NdisWan"
  22. %Pptp-DispName%             = Ndi-PptpProtocol,     "MS_PPTP"
  23. %Wanarp-DispName%           = Ndi-Wanarp,           "MS_Wanarp"
  24. %Pppoe-DispName%            = Ndi-PppoeProtocol,    "MS_PPPOE"
  25.  
  26. [Ndi-L2tpProtocol]
  27. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  28. AddReg          = Ndi-Reg-L2tp
  29.  
  30. [Ndi-NdisWan]
  31. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  32. AddReg          = Ndi-Reg-NdisWan, Reg-Install-NdisWan
  33.  
  34. [Ndi-PptpProtocol]
  35. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  36. AddReg          = Ndi-Reg-Pptp
  37.  
  38. [Ndi-Wanarp]
  39. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  40. AddReg          = Ndi-Reg-Wanarp
  41.  
  42. [Ndi-PppoeProtocol]
  43. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  44. AddReg          = Ndi-Reg-Pppoe
  45.  
  46. [Ndi-Reg-L2tp]
  47. HKR, Ndi,            ClsID,         0,          "{6e65cbc6-926d-11d0-8e27-00c04fc99dcf}"
  48. HKR, Ndi,            HelpText,      0,          %L2tp-HelpText%
  49. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  50. HKR, Ndi\Interfaces, LowerRange,    0,          "nolower"
  51.  
  52. [Ndi-Reg-NdisWan]
  53. HKR, Ndi,            ClsID,         0,          "{6e65cbc3-926d-11d0-8e27-00c04fc99dcf}"
  54. HKR, Ndi,            Service,       0,          "NdisWan"
  55. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  56. HKR, Ndi\Interfaces, LowerRange,    0,          "ndisatm,ndiscowan,ndiswan,ndiswanasync"
  57.  
  58. [Ndi-Reg-Pptp]
  59. HKR, Ndi,            ClsID,         0,          "{6e65cbc4-926d-11d0-8e27-00c04fc99dcf}"
  60. HKR, Ndi,            HelpText,      0,          %Pptp-HelpText%
  61. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  62. HKR, Ndi\Interfaces, LowerRange,    0,          "nolower"
  63.  
  64. [Ndi-Reg-Wanarp]
  65. HKR, Ndi,            Service,       0,          "Wanarp"
  66. HKR, Ndi,            CoServices,    0x00010000, "Wanarp"
  67. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  68. HKR, Ndi\Interfaces, LowerRange,    0,          "nolower"
  69.  
  70. [Ndi-Reg-Pppoe]
  71. HKR, Ndi,            ClsID,         0,          "{e949da38-c39d-4460-8ea7-a39152c56836}"
  72. HKR, Ndi,            Service,       0,          "RasPppoe"
  73. HKR, Ndi,            HelpText,      0,          %Pppoe-HelpText%
  74. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  75. HKR, Ndi\Interfaces, LowerRange,    0,          "ndis4,ndis5"
  76.  
  77. [Reg-Install-NdisWan]
  78. HKLM, Software\Microsoft\Ras\CurrentVersion,, 0x10    ;FLG_ADDREG_KEYONLY
  79. HKR, Parameters,     QoSPriorityThreshold, 0x10001, 0 ;REG_DWORD
  80. HKR, Parameters,     QoSFragmentSize,0x10001,       0 ;REG_DWORD
  81.  
  82. [Ndi-NdisWan.Remove]
  83. DelReg      = Reg-Remove-NdisWan
  84.  
  85. [Reg-Remove-NdisWan]
  86. HKLM, Software\Microsoft\Ras
  87.  
  88. [Ndi-NdisWan.Services]
  89. AddService = NdisTapi,      0, Svc-NdisTapi
  90. AddService = NdisWan,       0, Svc-NdisWan,      Evt-Rasmsg
  91.  
  92. [Ndi-PppoeProtocol.Services]
  93. AddService = RasPppoe,       0, Svc-PppoeProtocol
  94.  
  95. [Ndi-NdisWan.Remove.Services]
  96. DelService = NdisWan
  97. DelService = NdisTapi
  98.  
  99. [Ndi-PppoeProtocol.Remove.Services]
  100. DelService = RasPppoe
  101.  
  102. [Svc-NdisTapi]
  103. DisplayName     = %Svc-NdisTapi-DispName%
  104. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  105. StartType       = 3 ;SERVICE_DEMAND_START
  106. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  107. ServiceBinary   = %12%\ndistapi.sys
  108. AddReg          = Reg-NdisTapi
  109. Description     = %Svc-NdisTapi-DispName%
  110.  
  111. [Reg-NdisTapi]
  112. HKR, Parameters, AsyncEventQueueSize, 0x00010003, 0x300
  113.  
  114. [Svc-NdisWan]
  115. DisplayName     = %Svc-NdisWan-DispName%
  116. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  117. StartType       = 3 ;SERVICE_DEMAND_START
  118. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  119. ServiceBinary   = %12%\ndiswan.sys
  120. AddReg          = Reg-NdisWan
  121. Description     = %Svc-NdisWan-DispName%
  122.  
  123. [Reg-NdisWan]
  124. HKR, Parameters,, 0x10  ;FLG_ADDREG_KEYONLY
  125.  
  126. [Svc-PppoeProtocol]
  127. DisplayName     = %Svc-PppoeProtocol-DispName%
  128. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  129. StartType       = 3 ;SERVICE_DEMAND_START
  130. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  131. ServiceBinary   = %12%\raspppoe.sys
  132. Description     = %Svc-PppoeProtocol-DispName%
  133.  
  134. [Evt-Rasmsg]
  135. AddReg = Evt-Rasmsg-AddReg
  136.  
  137. [Evt-Rasmsg-AddReg]
  138. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  139. HKR,, TypesSupported,   0x00010001, 0x0000001f
  140.  
  141. [Evt-Netevent]
  142. AddReg = Evt-Netevent-AddReg
  143.  
  144. [Evt-Netevent-AddReg]
  145. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  146. HKR,, TypesSupported,   0x00010001, 0x00000007
  147.  
  148.  
  149. [Strings]
  150. Msft = "Microsoft"
  151.  
  152. L2tp-DispName               = "Layer 2 Tunneling Protocol"
  153. L2tp-HelpText               = "Allows you to securely connect to a private network using the Internet."
  154. NdisWan-DispName            = "Remote Access NDIS WAN Driver"
  155. Pptp-DispName               = "Point to Point Tunneling Protocol"
  156. Pptp-HelpText               = "Allows you to securely connect to a private network using the Internet."
  157. Wanarp-DispName             = "Remote Access IP ARP Driver"
  158. Pppoe-DispName              = "Point to Point Protocol Over Ethernet"
  159. Pppoe-HelpText              = "Provides the abilitiy to connect a host to a Remote Access Concentrator that supports RFC2516."
  160.  
  161. Svc-NdisTapi-DispName       = "Remote Access NDIS TAPI Driver"
  162. Svc-NdisWan-DispName        = "Remote Access NDIS WAN Driver"
  163. Svc-PppoeProtocol-DispName  = "Remote Access PPPOE Driver"
  164.  
  165.